home *** CD-ROM | disk | FTP | other *** search
/ ArtGames with the Albright-Knox Art Gallery / Artgames With the Albright-Knox Art Gallery (HSBC)(AlbrightKnox).ISO / pc / games / mini-gallery.swf / scripts / DefineButton2_79 / BUTTONCONDACTION on(release).as
Text File  |  2003-09-22  |  196b  |  12 lines

  1. on(release){
  2.    if(lastGame == "knockoffs")
  3.    {
  4.       _level0.gotoAndPlay("opening");
  5.       gotoAndPlay(1);
  6.    }
  7.    else
  8.    {
  9.       loadMovieNum("games/knockoffs.swf",1,"GET");
  10.    }
  11. }
  12.